projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5b2411
)
x86: quark: Fix build error for quark-based boards
author
Bin Meng
<
[email protected]
>
Mon, 26 Dec 2016 04:52:45 +0000
(20:52 -0800)
committer
Bin Meng
<
[email protected]
>
Mon, 26 Dec 2016 05:36:18 +0000
(13:36 +0800)
With the conversion to use binman to build x86 boards, Intel Galileo
board does not build anymore due to missing ucode entry. In fact
ucode is not needed for quark-based boards.
Signed-off-by: Bin Meng <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
arch/x86/dts/quark-u-boot.dtsi
[new file with mode: 0644]
patch
|
blob
diff --git a/arch/x86/dts/quark-u-boot.dtsi
b/arch/x86/dts/quark-u-boot.dtsi
new file mode 100644
(file)
index 0000000..
04eb985
--- /dev/null
+++ b/
arch/x86/dts/quark-u-boot.dtsi
@@ -0,0
+1,17
@@
+/*
+ * Copyright (C) 2016, Bin Meng <
[email protected]
>
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+#include <u-boot.dtsi>
+
+#ifdef CONFIG_ROM_SIZE
+/ {
+ binman {
+ u-boot-with-ucode-ptr {
+ optional-ucode;
+ };
+ };
+};
+#endif